home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
v cisle
/
acehtml
/
acehtmlfreeware.exe
/
acehtmlfree.exe
/
0
/
RCDATA
/
TFTPPROPERTIESFORM
/
TFTPPROPERTIESFORM.txt
Wrap
Text File
|
2006-04-19
|
6KB
|
292 lines
object FtpPropertiesForm: TFtpPropertiesForm
Left = 328
Top = 199
BorderStyle = bsDialog
BorderWidth = 8
Caption = 'Properties'
ClientHeight = 336
ClientWidth = 343
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TC: TTabControl
Left = 0
Top = 0
Width = 343
Height = 305
Align = alTop
TabOrder = 0
Tabs.Strings = (
'General')
TabIndex = 0
object ImgIcon: TImage
Left = 22
Top = 39
Width = 32
Height = 32
end
object Bevel1: TBevel
Left = 15
Top = 79
Width = 312
Height = 3
Shape = bsTopLine
end
object lblType: TLabel
Left = 16
Top = 88
Width = 27
Height = 13
Caption = 'Type:'
end
object lblLocation: TLabel
Left = 16
Top = 110
Width = 67
Height = 13
Caption = 'Emplacement:'
end
object lblSize: TLabel
Left = 16
Top = 132
Width = 23
Height = 13
Caption = 'Size:'
end
object Bevel2: TBevel
Left = 15
Top = 154
Width = 312
Height = 3
Shape = bsTopLine
end
object lblModified: TLabel
Left = 16
Top = 164
Width = 43
Height = 13
Caption = 'Modified:'
end
object Bevel3: TBevel
Left = 15
Top = 186
Width = 312
Height = 3
Shape = bsTopLine
end
object lblAttributes: TLabel
Left = 16
Top = 198
Width = 47
Height = 13
Caption = 'Attributes:'
end
object lblOwner: TLabel
Left = 72
Top = 198
Width = 53
Height = 13
Caption = 'Propri'#233'taire'
end
object lblGroup: TLabel
Left = 72
Top = 222
Width = 35
Height = 13
Caption = 'Groupe'
end
object lblAll: TLabel
Left = 72
Top = 246
Width = 24
Height = 13
Caption = 'Tous'
end
object lblCHMOD: TLabel
Left = 72
Top = 275
Width = 76
Height = 13
Caption = 'Valeur CHMOD:'
end
object EdFileName: TEdit
Left = 85
Top = 47
Width = 244
Height = 21
TabOrder = 0
Text = 'EdFileName'
OnChange = EdFileNameChange
end
object EdType: TEdit
Left = 86
Top = 88
Width = 243
Height = 21
BorderStyle = bsNone
ParentColor = True
ReadOnly = True
TabOrder = 1
Text = 'EdType'
end
object EdLocation: TEdit
Left = 86
Top = 110
Width = 243
Height = 21
BorderStyle = bsNone
ParentColor = True
ReadOnly = True
TabOrder = 2
Text = 'EdLocation'
end
object EdSize: TEdit
Left = 86
Top = 132
Width = 243
Height = 21
BorderStyle = bsNone
ParentColor = True
ReadOnly = True
TabOrder = 3
Text = 'EdSize'
end
object EdModified: TEdit
Left = 86
Top = 164
Width = 243
Height = 21
BorderStyle = bsNone
ParentColor = True
ReadOnly = True
TabOrder = 4
Text = 'EdModified'
end
object chkOwnerRead: TCheckBox
Left = 134
Top = 197
Width = 55
Height = 17
Caption = 'Lecture'
TabOrder = 5
OnClick = chkOwnerReadClick
end
object chkOwnerWrite: TCheckBox
Left = 199
Top = 197
Width = 55
Height = 17
Caption = #201'criture'
TabOrder = 6
OnClick = chkOwnerReadClick
end
object chkOwnerExec: TCheckBox
Left = 264
Top = 197
Width = 67
Height = 17
Caption = 'Ex'#233'cution'
TabOrder = 7
OnClick = chkOwnerReadClick
end
object chkGroupRead: TCheckBox
Left = 134
Top = 221
Width = 55
Height = 17
Caption = 'Lecture'
TabOrder = 8
OnClick = chkOwnerReadClick
end
object chkGroupWrite: TCheckBox
Left = 199
Top = 221
Width = 55
Height = 17
Caption = #201'criture'
TabOrder = 9
OnClick = chkOwnerReadClick
end
object chkGroupExec: TCheckBox
Left = 264
Top = 221
Width = 67
Height = 17
Caption = 'Ex'#233'cution'
TabOrder = 10
OnClick = chkOwnerReadClick
end
object chkAllRead: TCheckBox
Left = 134
Top = 245
Width = 55
Height = 17
Caption = 'Lecture'
TabOrder = 11
OnClick = chkOwnerReadClick
end
object chkAllWrite: TCheckBox
Left = 199
Top = 245
Width = 55
Height = 17
Caption = #201'criture'
TabOrder = 12
OnClick = chkOwnerReadClick
end
object chkAllExec: TCheckBox
Left = 264
Top = 245
Width = 67
Height = 17
Caption = 'Ex'#233'cution'
TabOrder = 13
OnClick = chkOwnerReadClick
end
object EdCHMOD: TEdit
Left = 198
Top = 272
Width = 65
Height = 21
TabOrder = 14
OnChange = EdCHMODChange
OnKeyPress = EdCHMODKeyPress
end
end
object btnCancel: TButton
Left = 190
Top = 311
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object btnApply: TButton
Left = 268
Top = 311
Width = 75
Height = 25
Caption = '&Apply'
TabOrder = 2
OnClick = btnApplyClick
end
object btnOk: TButton
Left = 113
Top = 311
Width = 75
Height = 25
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 3
end
end